The CUIx file that ships
with AutoCAD defines the default double click actions. You can
use the default double click actions as examples when creating your
own double click actions.
The following table shows
some of the object names that are set up in the acad.cuix file. Expand the Double
Click Actions node in the Customize User Interface (CUI) Editor
for a complete listing of all the actions that are defined.
|
|
Object Type
|
Command (Macro)
|
ATTDEF
|
DDEDIT
|
ATTRIB
|
ATTIPEDIT
|
ATTBLOCKREF
|
EATTEDIT
|
ATTDYNBLOCKREF
|
EATTEDIT
|
BLOCKREF
|
$M=$(if,$(and,$(>,$(getvar,blockeditlock),0)),^C^C_properties,^C^C_bedit)
|
DYNBLOCKREF
|
$M=$(if,$(and,$(>,$(getvar,blockeditlock),0)),^C^C_properties,^C^C_bedit)
|
HATCH
|
HATCHEDIT
|
IMAGE
|
IMAGEADJUST
|
LWPOLYLINE
|
PEDIT
|
MLINE
|
MLEDIT
|
MTEXT
|
MTEDIT
|
POLYLINE
|
PEDIT
|
SECTIONOBJECT
|
LIVESECTION
|
SPLINE
|
SPLINEDIT
|
TEXT
|
DDEDIT
|
XREF
|
REFEDIT
|
NoteDouble click actions
cannot be created for OLE and VIEWPORT objects.